home *** CD-ROM | disk | FTP | other *** search
- Enclosure: suites.states
-
- Here's a little suite -- no menu -- it implements one verb (or "function" as
- someone here asked us to call them) called states.nthState (n) -- it returns
- the name of the nth United state, sorted alphabetically. To display all 50
- states:
-
- loop (n = 1; n <= 50; n++) {msg (states.nthState (n))}
-
- DW
- Author: EL.GRANDE
-